This directory includes any miscellaneous custom scripts and applications
that were used throughout this tool's development:

* JavaPlugin/GenerateIndexFile.java: a Java application that creates sample
.idx files. These were used to test the first version of the Java Plugin
cache exporter code.

* Compression/compress.py: a Python script that compresses a given file
using various methods that may show up in the Content-Encoding HTTP header
when exporting the web cache. Used to test the Web Cache Exporter's
decompression functions.

To install the third-party dependencies of any Python script above, run the
following command: pip install -r "DirectoryName\requirements.txt"
